Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C Tutorial
1) Array
2) Assert h
3) Ctype h
4) Data Structure
5) Data Type
6) File
7) Function
8) Language
9) Math h
10) Memory
11) Operator
12) Pointer
13) Preprocessor
14) Printf Scanf
15) Search Sort
16) Setjmp h
17) Signal h
18) Statement
19) Stdio h
20) Stdlib h
21) String
22) String h
23) Structure
24) Time h
25) Wctype h
26) Wide Character String
Statement
1) Between a while loop and a for loop
2) Break statement stops evaluating any further case statements
3) Breaking out of a for loop
4) Checking for a Range of Values
5) Confused if statement
6) Continue a for loop
7) Control Structures
8) Each executable statement is terminated by
9) For LOOP
10) For loop backward
11) If Comparisons and Their Opposites
12) If statement
13) If statement with two else statements
14) If with else statement
15) In the absence of a break statement, all statements that are followed by matched cases are executed
16) Indefinite loop
17) Initialize loop control variable outside the for statement
18) Loop statements in C
19) Nest for loop
20) Nest for loop inside do while loop
21) Nest if statement in case statement
22) Nest if statement in for loop
23) Nest if statement in for loop
24) Omit all three parts in for loop
25) Operators Used in if Comparisons
26) Put function into while loop condition statement
27) Read number in a range
28) Reversing the digits
29) Selection structure
30) Sum integers in for statement
31) The break statement
32) The continue statement
33) The do while loop
34) The for loop with a comma operator
35) The if statement
36) The if-else-if statement
37) The statements are enclosed within a block marked by { and }
38) The switch statement
39) The while loop
40) To execute only one statement, opening and closing braces are not required
41) Two cases, one action
42) Use char variable to control for loop
43) Use compound conditions to check for upper and lowercase letters
44) Use for loop to print a rectangle
45) Use isdigit Function in if statement
46) Use switch structure to evaluate characters
47) Use switch to simplify the logic
48) Use the switch structure to evaluate a users response from a menu (without break)
49) Using nested ifs
50) While loop and sum integers
51) While loop nested in a for loop